Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
authorHilko Bengen <bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)
committerHilko Bengen <bengen@debian.org>
Sun, 14 Oct 2018 20:50:00 +0000 (21:50 +0100)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch

daemon/Makefile.am

index 54c858bbac7fe6ecd7910eac33c66d74f33a84d3..ba817e9b235ca9e4318dbfea14a1344f1067bd6a 100644 (file)
@@ -235,7 +235,8 @@ guestfsd_LDADD = \
        $(TSK_LIBS) \
        $(RPC_LIBS) \
        $(YARA_LIBS) \
-       $(OCAML_LIBS)
+       $(OCAML_LIBS) \
+       $(LIBTINFO_LIBS)
 
 guestfsd_CPPFLAGS = \
        -I$(shell $(OCAMLC) -where) \